home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
lang
/
FPL_v147.lha
/
fpl
/
funclib
/
test.fpl
< prev
Wrap
Text File
|
1994-05-02
|
179b
|
16 lines
export int Lazer()
{
return 1994;
}
if(!openlib("func", 2)) {
output( libTest() );
closelib("func");
} else
output("Failed to open the \"func\" funclib!\n");
return;